Param1Desc{The width of icons in the image list.}CommandName{createImageList}HelpPath{Other}ReturnValue{}OpenBrace{ }Parameters{int width, int height}CloseBrace{}Description{Creates an image list.  Image lists are an array of icons which are used with Treeview and Listview gadgets.  All the icons in the image list may be the same size.  You can add items to image lists from bitmap files or DBPro images.}ReturnDescription{}Param1{width}Param2{height}Param2Desc{The height of icons in the image list.}